-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the incorrect double compare with e,E+,e+ #77
Conversation
@UrielCh PTAL |
I have the same problem, can you help to check this PR @erav ? |
@UrielCh Could you please take a look, thank you |
looks good... |
tell me if you want a new release. |
Yes, I want a new release. If you have time, please release a new version. Thank you :) |
Yes, I want a new release too. If you have time, please release a new version. Thanks, that was helpful. |
@UrielCh Happy Holidays! looking forward to your release :) |
I want a new release too. Thanks. |
Yes, I want a new release. |
@UrielCh looking forward to your release :). thanks |
The
use extra CPU to check if the result can be return as double without precision lost
does not consider the case of double can appeare
E+
e+
, but the double toString only showsE
.Which will lead to an incorrect compare failure.